home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / conv / Raw2Ent114.readme < prev   
Encoding:
Text File  |  1996-10-11  |  2.8 KB  |  67 lines

  1. Short:    ASCII-Text -> Entity-Codes [1.1.4]
  2. Author:   honma@thepentagon.com (Tamio Patrick Honma)
  3. Uploader: honma@thepentagon.com (Tamio Patrick Honma)
  4. Type:     util/conv
  5. Replaces: util/conv/Raw2Ent*
  6.  
  7. Files: CWISENV
  8.        Raw2Ent            1.1.4 (08.09.96)
  9.        Raw2Ent.doc        [this file]
  10.        Raw2Ent.rexx       1.4.1 (14.07.96)
  11.        Raw2Ent.rexx.old   1.3.2 (07.09.96)
  12.  
  13.  
  14. NOTICE: Since version 1.1.4 this program supports ALL entity-codes available
  15.         on Amiga! (Reference: HTML 3.2 DTD)
  16.  
  17.  
  18. INTRODUCTION
  19.  
  20. Raw2Ent   converts   raw   8-Bit-ASCII-Text   into   7-Bit-ASCII-Text   with
  21. entity-codes.   The  ASCII-Format  is  a standardized format for information
  22. interchange,  but  it  is only standardized seven-bit-wide, which means that
  23. 128  codes  are  defined.  One Byte consists of eight bits and can represent
  24. 256 different bit combinations.  Therefore the last 128 bit combinations are
  25. defined  for  free  use  by  any  operation-system.   The  problem  is  that
  26. accent-characters and other special characters are not standardized, because
  27. they  are  defined  in  (guess  where?!   ;) ) the free part of ASCII by the
  28. operation system developers.
  29.  
  30. The  goal of the Wold Wide Web developers was that it could be used on every
  31. important   operation   system.   So  it  was  clear  that  the  ASCII-Based
  32. HTML-Source-Code   had  to  use  the  standardized  seven-bit  area  of  the
  33. ASCII-Code.  To represent accent-characters or other special characters in a
  34. seven-bit-code,  it  was  neccesary  to  invent something.  And this was the
  35. entity-code  -  a  kind  of  escape-code.   An  entity-code  consists  of an
  36. introducing  "&"  and  a  ";"  at  the  end.   Between  these  symbols  is a
  37. character-name the browser can interpret.  It is a very hard and stupid work
  38. to convert the ASCII-Text by hand.  So just use Raw2Ent!
  39.  
  40. Raw2Ent  produces  real 7-Bit-ASCII-Code.  All printable Amiga-characters in
  41. the  8-bit-area  will be converted into entity-codes, without any exception.
  42. The  use  of names instead of code-numbers will make the entity-codes easier
  43. to be read by humans.  If no name was defined in the HTML 3.2 reference, the
  44. code-number will be used.
  45.  
  46.  
  47. SEND COMMENTS TO:
  48.  
  49. Tamio Patrick Honma
  50.  
  51. eMail: honma@thepentagon.com
  52.   WWW: http://www.netforward.com/thepentagon/?honma
  53.  
  54.  
  55. ============================= Archive contents =============================
  56.  
  57. Original  Packed Ratio    Date     Time    Name
  58. -------- ------- ----- --------- --------  -------------
  59.      663     245 63.0% 18-Jul-96 22:31:56  CWISENV
  60.     2804    1106 60.5% 09-Sep-96 21:35:22  Raw2Ent
  61.     8630    3686 57.2% 08-Sep-96 02:59:54  Raw2Ent.doc
  62.     1131     580 48.7% 06-Sep-96 12:34:22  Raw2Ent.rexx
  63.     5131    1434 72.0% 08-Sep-96 03:13:22  Raw2Ent.rexx.old
  64.    22889    7621 66.7% 09-Sep-96 20:46:14  WD-wwwicn.txt
  65. -------- ------- ----- --------- --------
  66.    41248   14672 64.4% 11-Sep-96 14:56:48   6 files
  67.